From: Gerd Moellmann Date: Mon, 28 May 2001 14:59:31 +0000 (+0000) Subject: (LANG): Set LC_ALL and LANGUAGE to C, unset X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~63128 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8df317a6912cccc5fea21fdad19b6b86d3847474;p=emacs.git (LANG): Set LC_ALL and LANGUAGE to C, unset LC_MESSAGES and LANG. From Karl Eichwalder . --- diff --git a/make-dist b/make-dist index f374dc3c5f5..e6ec3fcb373 100755 --- a/make-dist +++ b/make-dist @@ -33,6 +33,12 @@ progname="$0" ### Print out each line we read, for debugging's sake. #set -v +LANGUAGE=C +LC_ALL=C +LC_MESSAGES= +LANG= +export LANGUAGE LC_ALL LC_MESSAGES LANG + ## Don't restrict access to any files. umask 0